odhcpd: add log helpers
authorDavid Härdeman <[email protected]>
Wed, 8 Oct 2025 05:27:08 +0000 (07:27 +0200)
committerÁlvaro Fernández Rojas <[email protected]>
Sat, 18 Oct 2025 15:40:09 +0000 (17:40 +0200)
commit5de3b0d5b509ca7be58b0bdb8dbadc70a5fb898f
tree6eac04bc07d5792eb28312ec8f085aea78aad372
parent398d03a1a236aa8d160197366d3a9168260dce82
odhcpd: add log helpers

These a just a bit more succinct than their syslog equivalents. Also, this lays
the ground for the next patch.

Signed-off-by: David Härdeman <[email protected]>
Link: https://github.com/openwrt/odhcpd/pull/273
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
src/config.c
src/dhcpv4.c
src/dhcpv6-ia.c
src/dhcpv6-pxe.c
src/dhcpv6.c
src/ndp.c
src/netlink.c
src/odhcpd.c
src/odhcpd.h
src/router.c
src/ubus.c